SET TEXT SIZE
This command will set the point size of any text you are about to output.
SET TEXT SIZE Point size
Point size
Integer
This command will set the point size of any text you are about to output
This command does not return a value.
The point size should be an integer value. The size of printed text will not change if the font used does not support the size specified. Using this command with SET TEXT FONT to set a font type that allows multiple sizes such as "Arial".
SET TEXT FONT "verdana"
SET TEXT SIZE 30
PRINT "hello verdana"
WAIT KEY
TEXT Commands Menu
Index